-
Notifications
You must be signed in to change notification settings - Fork 8k
enable watchdog on imx93 A-Core #96277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enable watchdog on imx93 A-Core #96277
Conversation
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
d28c90a
to
ef772a7
Compare
ef772a7
to
c9173ed
Compare
345ce83
to
f780e0e
Compare
Updated to address the hal_nxp patches syncing with SDK-NG. |
9ded756
to
1d4098f
Compare
1d4098f
to
15c6e55
Compare
@JiafeiPan , please look at the CI failures |
Depend on hal_nxp PR 605. Signed-off-by: Jiafei Pan <[email protected]>
Define FSL_SDK_DRIVER_QUICK_ACCESS_DISABLE to disable quickaccess definition in hal_nxp drivers. Signed-off-by: Jiafei Pan <[email protected]>
Added MMIO mapping support in order to support on Cortex-A Core. Signed-off-by: Jiafei Pan <[email protected]>
On i.MX 93 platform, no need to clear interrupt flags, otherwise it will not trigger reset. Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: Joe Zhou <[email protected]>
Add watchdog device nodes in i.MX93 A-Core dts. Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: Joe Zhou <[email protected]>
Enabled watchdog on the board. Signed-off-by: Jiafei Pan <[email protected]> Signed-off-by: Joe Zhou <[email protected]>
Enable watchdog on the board. Signed-off-by: Jiafei Pan <[email protected]>
15c6e55
to
88a5a30
Compare
I force pushed a rebase to pickup #96851 which appears to have fixed the led problem |
|
Enable watchdog on i.MX 93 EVK and FRDM board.
Depend on zephyrproject-rtos/hal_nxp#605